home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Photo CD Demo 1
/
Demo.bin
/
hdf
/
mac
/
h10srcst.hqx
/
Source
/
HyperHell Source
/
App NCSA TektoPICT
/
mpw.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-12-28
|
240 b
|
11 lines
#define TRUE (-1)
#define FALSE 0
#define GetColor(x,y,z,n) GETCOLOR(x,y,z,n)
#define pass(x) (&x)
#define ptoc(x) x
#define ctop(x) x
#define movmem(y,x,z) memcpy(x,y,z)
#define setmem(x,z,y) memset(x,y,z)
#define index(x,y) strchr(x,y)